registerFont

fun registerFont(path: String, ttcIndex: Int = 0, font: PAGFont = PAGFont()): PAGFont?
fun registerFont(bytes: ByteArray, ttcIndex: Int = 0, font: PAGFont = PAGFont()): PAGFont?